home *** CD-ROM | disk | FTP | other *** search
- #ifndef _WIN_WINMOVE_H
- #define _WIN_WINMOVE_H
-
- #ifndef _SIWIN_H
- # include <siwin.h>
- #endif
- #ifndef _SIEV_H
- # include <siev.h>
- #endif
-
- /* "winmv10.c" ----------------------------------------------------*/
- extern int WinMoveEvFunc( int evNo, EVDAT_T *evdat );
-
- /* "winmv11.c" ----------------------------------------------------*/
- extern int win_moveSrv( WIN_T *win, FRAME_T *newFr );
-
- #endif
-